home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / falcon / programm.ing / nt_dsp1.lzh / NT_DSP1.MSA / FFT / FFTR2DT.HLP < prev    next >
Text File  |  1990-01-17  |  628b  |  15 lines

  1.          Name: FFTR2DT.ASM
  2.          Type: Assembler Program
  3.       Version: 1.0
  4.   Last Change:  8-Aug-86
  5.  
  6.   Description: Radix 2 Complex FFT Test Program
  7.  
  8.  This program performs a complete 16 point Fast Fourier Transform
  9.  (FFT) on complex data.  The program calls the FFTR2D and SINEWAVE
  10.  macros.  By changing the variable "points", it can perform any
  11.  size FFT from 2-32768 points using approximately 40 words of
  12.  program memory.  Note that the 16 point complex FFT is performed
  13.  using a sinewave table of 256 points.  This illustrates the method
  14.  of using the DSP56001 Y Data ROM to perform different size FFT's.
  15.